home *** CD-ROM | disk | FTP | other *** search
/ AV Gamer 6 / AV Gamer 6.iso / swappar.exe / IBENT.DXR / 00082_ë´éÒ3ÇÕÇÞÇÍ.ls < prev    next >
Encoding:
Text File  |  1996-03-12  |  162 b   |  11 lines

  1. on mouseUp
  2.   puppetSound("NG")
  3.   updateStage()
  4.   set w to the ticks + 80
  5.   repeat while w > the ticks
  6.     nothing()
  7.   end repeat
  8.   puppetSound(0)
  9.   go("3ng")
  10. end
  11.